Name Ranger's box
ShortName a_rangerbox
TopTexture boxTop
SideTexture a_rangerbox
BottomTexture boxBottom
GunBoxID 29150
Recipe I iron B a_coins R dyePowder.4
III
RBR
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 5
AddGun a_rifle 6 a_cash
AddAmmo a_rifleclip 5 a_coins
AddGun a_shotgun 5 a_cash
AddAmmo a_shotgunammo 4 a_coins
AddGun a_smg 6 a_cash
AddAmmo a_smgmag 5 a_coins
AddGun a_hrifle 12 a_cash
AddAmmo a_hrifleclip 8 a_coins
AddGun a_revolver 9 a_cash
AddAmmo a_hrifleclip 8 a_coins